home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / e / rpmod1v1.lha / Modules / Tools / Put____s.doc < prev    next >
Encoding:
Text File  |  1995-04-06  |  547 b   |  24 lines

  1.  
  2.         Fill Memory Routines
  3.  
  4.     © Richard Perrott 4th April 1995 FreeWare
  5.       email: hcm94rp2@dmu.ac.uk
  6.  
  7. Module Name    Routine
  8. -----------    -------
  9. putChars.m    putChars(address,count,fill_value)
  10. putInts.m    putInts(address,count,fill_value)
  11. putLongs.m    putLongs(address,count,fill_value)
  12.  
  13. These routines fill a block of memory with a value.
  14.  
  15. Note.
  16.     putInts and putLongs should be used on even addresses only.
  17.  
  18.     For all the routines the count is an unsigned LONG (32 bit).
  19.  
  20.     The routines save all the registers they use.
  21.  
  22.     Please email me if you find any bugs!
  23.  
  24.